text view: Improve text rendering
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Nov 2015 02:49:42 +0000 (21:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Nov 2015 02:49:42 +0000 (21:49 -0500)
commit9d9088304c5386c32f6a6e304ff16feb0a13e33e
tree11c012c27e718d25336b30599607de35d51e7525
parentbb786ac2404e99bfd14097006724dde177e0220d
text view: Improve text rendering

Use the text CSS node for rendering text, and the selection node
for rendering selected text, avoid gtk_style_context_save, update
states of all CSS nodes, and use the proper states when querying
style properties.
gtk/gtktextdisplay.c
gtk/gtktextview.c